const runtime.mutexStackLocked
6 uses
runtime (current package)
lock_spinbit.go#L62: mutexStackLocked = 0x200
lock_spinbit.go#L282: if v&^mutexMMask == 0 || v&mutexStackLocked != 0 {
lock_spinbit.go#L297: next := (v | mutexStackLocked) &^ (mutexLocked | mutexSleeping)
lock_spinbit.go#L363: if v&^mutexMMask == 0 || v&mutexStackLocked != 0 {
lock_spinbit.go#L382: next := v | mutexStackLocked
lock_spinbit.go#L420: flags := v & (mutexMMask &^ mutexStackLocked) // preserve low bits, but release stack lock
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)